lcTIN_LoadPoints Home

Loads points from a file into a TIN object.

 int lcTIN_LoadPoints (
   LPCWSTR szFileName,
   HANDLE hLcWnd
 );

Parameters
szFileName
  Points filename. If the string is "<Dialog>" or empty, then user will select a file by dialog.
hLcWnd
  Handle to a graphics window object.

Return Value

  Number of added points.

See Also

  lcTIN_AddPointlcTIN_AddPoint2